function showinstruction()
{
	window.open("instruction","Instruction","width=500,height=500,left=100,top=100,scrollbars=yes");
}	

function popup(url,name,prop){
	Hwnd = window.open(url,name,prop);
	Hwnd.window.focus();
}