// JavaScript Document
function init(Win,Wd,Ht){
	window.open(Win,'evccl','left=0,top=0,width='+Wd+',height='+Ht+',fullscreen=no');
}
