
top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}


function collectionS (windos) {
msgWindow=window.open(windos,"maillist","menubar=no,toolbar=no,width=620,height=400,resizable=no,scrollbars=yes");
}

//pop-up for cat 
function tafcat(windos) {
msgWindow=window.open(windos,"tellacatalog","menubar=no,toolbar=no,width=620,height=560,resizable=yes,scrollbars=yes");
}


//pop-up for contest form
function bcbgcontest( ) {
        window.open("http://www.bcbg.com/spring2005/contestEntry.php?id=37","contest","status=no,scrollbars=yes,menubar=no,width=560,height=400");
}

//pop-up for Mass E-mail Tell-A-Friend
function openTAF(viral)  {
        newVM = window.open(viral,'VM','toolbar=no,location=no,status=no,scrollbars=yes,resize=no,width=480,height=500');
}


