var newwindow;
function openwin(url)
{
	newwindow=window.open(url,'name','left=0,top=0,resizable=1,scrollbars=1,toolbar=1,status=1,location=1,menubar=1,height=600,width=600');
	if (window.focus) {newwindow.focus()}
}

var mp;
function mpwin(url)
{
	mp=window.open(url,'name','left=0,top=0,resizable=1,scrollbars=1,toolbar=1,status=1,location=1,menubar=1,height=200,width=400');
	if (window.focus) {newwindow.focus()}
}
