var newwin;
function poper(url,name)
{
	newwin = window.open(url,'Jumppage','top=100, left=100, width=700, height=600, resizable=yes, status=yes, menubar=yes, scrollbars=yes');
	setTimeout('newwin.focus();',200);
}

