leftpos=0;
heightpos=0;
if(screen)  {
	leftpos=screen.width-800
}

if(screen)  {
	heightpos=screen.height-600
}

function openWin()  {
	newWindow = window.open('http://www.bcbgirls.com/index2.html','girls','toolbar=yes,location=no,status=no,scrollbars=auto,resize=no,width=626,height=470,left='+leftpos+',top='+heightpos+'');
}

function closeWin()   {
	if (newWindow && !newWindow.closed)   {
		newWindow.close()
	}
}


function massEmail(massE)  {
        newWindow = window.open(massE,'indexW','toolbar=yes,location=no,status=no,scrollbars=no,resize=no,width=626,height=470,left='+leftpos+',top='+heightpos+'');
}

