var newwindow;
function popupA(url)
{
	newwindow=window.open(url,'name','height=675,width=600,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=400,width=650,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=800,width=999,scrollbars=yes,resizable=yes,toolbar=no,status=yes,location=no,menubar=yes,left=1,top=1');
	if (window.focus) {newwindow.focus()}
}

function popupD(url)
{
	newwindow=window.open(url,'name','height=800,width=999,scrollbars=yes,resizable=yes,toolbar=yes,status=yes,location=yes,menubar=yes,left=1,top=1');
	if (window.focus) {newwindow.focus()}
}


function popupE(url)
{
	newwindow=window.open(url,'name','height=500,width=600,scrollbars=no,resizable=no,toolbar=no,status=yes,location=no,menubar=no,left=1,top=1');
	if (window.focus) {newwindow.focus()}
}

function popupApply(url)
{
	newwindow=window.open(url,'name','height=600,width=750,scrollbars=yes,resizable=yes,toolbar=no,status=yes,location=no,menubar=no,left=1,top=1');
	if (window.focus) {newwindow.focus()}
}

function popupShopping(url)
{
	newwindow=window.open(url,'name','height=400,width=600,scrollbars=no,resizable=no,toolbar=no,status=yes,location=no,menubar=no,left=1,top=1');
	if (window.focus) {newwindow.focus()}
}
