// JavaScript Document

function openwindow(file,x,y)
{
	window.open(file,"Pop Up","width="+x+",height="+y+",toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no");
}
