function OpenWindow(setURL,xx,yy){
	window.open(setURL,'','width='+xx+',height='+yy+',toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=no,scrollbars=yes');
}

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