function openFtWindow() {

  popupWin = window.open('fittingroom/index.htm','FittingRoom','location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=100,top=100,width=497,height=445')

}
function mailafriend() {
var zzz$=window.location.href
var xxx="mailform.php?link="+zzz$;
msg=open (xxx,"sendanote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=475,height=450");
}
