var newwindow;
function popupA(url)
{
	newwindow=window.open(url,'name','height=400,width=425,scrollbars=no,resizable=no,toolbar=no,status=yes,location=no,menubar=no,left=1,top=1');
	if (window.focus) {newwindow.focus()}
}

function popupB(url)
{
	newwindow=window.open(url,'name','height=525,width=600,scrollbars=no,resizable=no,toolbar=no,status=yes,location=no,menubar=no,left=1,top=1');
	if (window.focus) {newwindow.focus()}
}

function popupC(url)
{
	newwindow=window.open(url,'name','height=650,width=800,scrollbars=yes,resizable=yes,toolbar=no,status=yes,location=no,menubar=no,left=1,top=1');
	if (window.focus) {newwindow.focus()}
}

function popupD(url)
{
	newwindow=window.open(url,'name','height=480,width=540,scrollbars=no,resizable=no,toolbar=no,status=yes,location=no,menubar=no,left=1,top=1');
	if (window.focus) {newwindow.focus()}
}


function popupE(url)
{
	newwindow=window.open(url,'name','height=450,width=525,scrollbars=no,resizable=no,toolbar=no,status=yes,location=no,menubar=no,left=1,top=1');
	if (window.focus) {newwindow.focus()}
}


