function doPopUp(){
doPopUpWindow = window.open("http://www.gallopingallery.com/","gallopingallery","toolbar=yes,scrollbars=yes,resizable=yes,left=0,top=0,screenX=0,screenY=0,width=780,height=580");
}
function doPopUpWaybill(){
doPopUpWaybillWindow = window.open("http://www.waybilltoadventure.com/","waybillhome","location=yes,toolbar=yes,status=yes,scrollbars=yes,resizable=yes,left=0,top=0,screenX=0,screenY=0,width=780,height=580");
}
function doPopUpPuzzleFront(){
doPopUpPuzzleFrontWindow = window.open("sales/Cherries-pink-red-bedroom.html","PuzzleFront","scrollbars=yes,resizable=yes,width=460,height=520,left=0,top=0,screenX=0,screenY=0,");
}
function doPopUpPuzzleBack(){
doPopUpPuzzleBackWindow = window.open("sales/Cherries-pink-red-BR-back.html","PuzzleBack","scrollbars=yes,resizable=yes,width=460,height=520,left=0,top=0,screenX=0,screenY=0,");
}


var doPopUp01X = (screen.width/2)-300;
var doPopUp01Y = (screen.height/2)-250;
var pos = "left="+doPopUp01X+",top="+doPopUp01Y;

function doPopUp01(){
doPopUp01Window = window.open("sales/denim-and-pink/denim-pink_01.html","denimPink01","scrollbars=yes,resizable=yes,width=600,height=500,"+pos);
}

var doPopUpPoodlesGaloreX = (screen.width/2)-285;
var doPopUpPoodlesGaloreY = (screen.height/2)-105;
var pos = "left="+doPopUpPoodlesGaloreX+",top="+doPopUpPoodlesGaloreY;

function doPopUpPoodlesGalore(){
doPopUpPoodlesGaloreWindow = window.open("shoes/poodlesgalore.html","PoodlesGalore","width=570,height=210,"+pos);
}

var doPopUpEnteredOurAdolescenceX = (screen.width/2)-285;
var doPopUpEnteredOurAdolescenceY = (screen.height/2)-240;
var pos = "left="+doPopUpEnteredOurAdolescenceX+",top="+doPopUpEnteredOurAdolescenceY;

function doPopUpEnteredOurAdolescence(){
doPopUpEnteredOurAdolescenceWindow = window.open("articles/60s.html#entered_our_adolescence","EnteredOurAdolescence","scrollbars=yes,resizable=yes,width=570,height=480,"+pos);
}

