function winOpen(v) {

	switch (v) {
		case "milton" :
		window.open('inc/pw/milton.html','','width=475,height=590,resizable=yes,location=no');
		break;
		case "samsung" :
		window.open('inc/pw/samsung.html','','width=520,height=725,resizable=yes,location=no');
		break;
		case "jake" :
		window.open('inc/pw/jake.html','','width=500,height=590,resizable=yes,location=no');
		break;
		case "boxer" :
		window.open('inc/pw/boxer.html','','width=575,height=590,resizable=yes,location=no');
		break;
		case "eddy" : 
		window.open('inc/pw/eddy.html','','width=450,height=590,resizable=yes,location=no');
		break;
		case "mundine" :
		window.open('inc/pw/mundine.html','','width=475,height=590,resizable=yes,location=no');
		break;
		case "alibi" :
		window.open('inc/pw/alibi.html','','width=445,height=490,resizable=yes,location=no');
		break;
		case "unicef" :
		window.open('inc/pw/unicef.html','','width=525,height=790,resizable=yes,location=no');
		break;
		// architecture cases
		case "hillsong" :
		window.open('inc/pw/hillsong.html','','width=860,height=440,resizable=yes,location=no');
		break;
		case "hoyts" :
		window.open('inc/pw/hoyts.html','','width=780,height=440,resizable=yes,location=no');
		break;
		case "anzac" :
		window.open('inc/pw/anzac.html','','width=450,height=590,resizable=yes,location=no');
		break;
		case "stanton" :
		window.open('inc/pw/stanton.html','','width=450,height=590,resizable=yes,location=no');
		break;
		case "benelong" :
		window.open('inc/pw/benelong.html','','width=920,height=440,resizable=yes,location=no');
		break;
		case "knebel" :
		window.open('inc/pw/knebel.html','','width=590,height=440,resizable=yes,location=no');
		break;
		case "mc" :
		window.open('inc/pw/mc.html','','width=590,height=490,resizable=yes,location=no');
		break;
		case "woolla" :
		window.open('inc/pw/woolla.html','','width=420,height=590,resizable=yes,location=no');
		break;
		// products
		case "juan" :
		window.open('inc/pw/juan.html','','width=420,height=590,resizable=yes,location=no');
		break;
		case "lauder" :
		window.open('inc/pw/lauder.html','','width=570,height=600,resizable=yes,location=no');
		break;
		case "starwood" :
		window.open('inc/pw/starwood.html','','width=755,height=510,resizable=yes,location=no');
		break;
		case "penfolds" :
		window.open('inc/pw/penfolds.html','','width=445,height=590,resizable=yes,location=no');
		break;
		case "rado" :
		window.open('inc/pw/rado.html','','width=685,height=490,resizable=yes,location=no');
		break;
		case "resmeds8" :
		window.open('inc/pw/resmed.html','','width=530,height=490,resizable=yes,location=no');
		break;
		case "toyota" :
		window.open('inc/pw/toyota.html','','width=1055,height=520,resizable=yes,location=no');
		break;
		case "samsunga680" :
		window.open('inc/pw/samsung680.html','','width=380,height=590,resizable=yes,location=no');
		break;
		// travel
		case "legian" :
		window.open('inc/pw/legian.html','','width=756,height=440,resizable=yes,location=no');
		break;
		case "lumbung" :
		window.open('inc/pw/lumbung.html','','width=580,height=440,resizable=yes,location=no');
		break;
		case "rejang" :
		window.open('inc/pw/rejang.html','','width=850,height=650,resizable=yes,location=no');
		break;
		case "hk" :
		window.open('inc/pw/hk.html','','width=440,height=590,resizable=yes,location=no');
		break;
		case "rice" :
		window.open('inc/pw/rice.html','','width=440,height=590,resizable=yes,location=no');
		break;
		case "vespa" :
		window.open('inc/pw/vespa.html','','width=605,height=490,resizable=yes,location=no');
		break;
		case "tooth" :
		window.open('inc/pw/tooth.html','','width=670,height=490,resizable=yes,location=no');
		break;
		case "baris" :
		window.open('inc/pw/baris.html','','width=490,height=590,resizable=yes,location=no');
		break;
	}
}

