

function size_popup() {
	popupWin = window.open('/fittingroom/index.htm','FittingRoom','location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no,left=100,top=100,width=697,height=637');
}
function printer(theurl) {
	var h = screen.height-20;
	displayWindow=window.open (theurl,"printer","toolbar=0,location=0,directories=0,status=0,menubar= 0,scrollbars=1,resizable=0,copyhistory=0,width=600,height="+h);
}

