function openHairStyle(url) {
	popupWin = window.open(url, 'hairstyle', 'location,width=600,height=400,top=0');
	popupWin.focus();
	popupWin.moveTo(150, 120);
}


