// JavaScript Document

function makewin(file,width,height){
	window.open(file, "newwin", 'toolbar=0 ,left=80,top=80, width='+width+',height='+height);
}