<!--New window popup-->
function mypop()
{
	newwin = window.open('samrat_greetings.htm','samrat','scrollbar=no,width=600,height=400,titlebar=yes,modal=yes');
	newwin.window.focus();
}

<!--end-->
