///////////////////////////// enlarge image script ////////////////////////////


var filename;
var winl;
var wint;
var mystr;
var mypath="lib/enlargers/";
function doEnlarge(filename){
	winl = (screen.width - 600) / 2;
	wint = (screen.height - 450) / 2;
	if(filename=="tights.html"){
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=1,height=550,width=750,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);
	}else if(filename=="adjustable_strap_mid_scoop_camisole.html"){
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,height=530,width=700,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);
	}else if(filename=="tank.html"){
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,height=530,width=700,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);
	}else if(filename=="long_sleeve_scoop_neck.html"){
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,height=530,width=700,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);
	}else if(filename=="short_sleeve_scoop_neck.html"){
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,height=530,width=700,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);
	}else if(filename=="rhinestone_crisscross_back.html"){
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,height=530,width=700,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);
	}else if(filename=="camisole.html"){
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,height=530,width=700,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);
	}else if(filename=="nude-camisole.html"){
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,height=530,width=700,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);
	}else if(filename=="strap_camisole.html"){
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,height=530,width=700,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);
	}else if(filename=="wrap_skirt.html"){
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,height=640,width=600,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);
	}else if(filename=="pull_on_skirt.html"){
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,height=640,width=600,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);
	}else if(filename=="tote.html"){
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,height=640,width=600,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);
	}else if(filename=="jazz-pants.html"){
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,height=650,width=409,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);
	}else if(filename=="jazz-pants1.html"){
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=1,height=450,width=508,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);		
	}else if(filename=="dance-tote.html"){
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,height=650,width=569,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);
	}else if(filename=="recital-ballerina1.html"){
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,height=600,width=522,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);
	}else if(filename=="second-skin-body-tights.html"){
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,height=555,width=500,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);
	}
	else if(filename=="convertible-waist-pants.html"){
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,height=575,width=400,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);
	}
	else{
		filename=mypath+filename;
		mystr= "status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,height=450,width=600,top="+wint+",left="+winl+"";
		window.open(filename, "", mystr);
	}
}


///////////////////////////////////////////////////////////////////////
