// JavaScript Document

<!--
var n=new Date();var st=n.getTime();

var now = new Date();


function Open_the_Window(url){
	window.open(url,"pop","width=540,height=600,status=yes,resizable=yes,scrollbars=yes");
}


function Close_The_Window(){
	window.close();
}

function Focus_the_Window(url){
   window.focus();
}

//-->