function openWin(url,name,wi,hi){
	window.open(url,name, "width="+wi+", height="+hi+", scrollbars=yes, location=no, menubar=no, statusbar=no");
}
function openMoblie(){
	window.open("/mobile.html","mobile_info", "width=400, height=400, scrollbars=no, location=no, menubar=no, statusbar=no");
}
function linkToOrder() {
    var fElement = document.getElementById('f_purchase');
    var sElement  = document.getElementsByName('sizeMenu');
	var url=sElement.item(0).value;
	window.open(url,"purchase");
}

