var age = -1;
var sex = -1;
var ski = -1;
var X   = 0;
var Y   = 0;
var IE  = document.all ? true : false;
if (false == IE)
	document.addEventListener(Event.MOUSEMOVE, posDiv, false);
document.onmousemove = posDiv;

function kk (){

	var request = false;
	try {
		request = new XMLHttpRequest();
	} catch (e) {
		try{
			request = new ActiveXObject("Msxml2.XMLHTTP");
		} catch (e) {
			try{
				request = new ActiveXObject("Microsoft.XMLHTTP");
			} catch (e) {
				alert("Unable to complete your request.");
				return false;
			}
		}
	}
	
	request.open("GET", "/cons/addOne.php", true);
	request.onreadystatechange = function() {
		if (request.readyState == 1){
		} else if(request.readyState == 4 && request.status == 200){
			}
		}
	request.send(null);
}
function overlay()
{
	kk();
	opt = document.getElementById('gender');
	age = document.getElementById('age').selectedIndex;
	ski = document.getElementById('Skintype').selectedIndex;
	sex = opt.selectedIndex;

	h   = document.getElementById('consmain');
   	if(opt.selectedIndex == 1){ //male
		if (age == 0){
			h.innerHTML = '\
			<fieldset><legend><b><span style="font-size:12px">Online Consultation</span></b></legend>\
			<img src="http://www.symmetria.gr/cons/man.jpg" id="image" width="300" height="375" border="0" usemap="#overlay" />\
			<map name="overlay" id="overlay">\
				<area shape="rect" coords="79,11,186,48" href="javascript: void(0);" onclick=\'displayLink("peeling_");\'	onmouseover=\'displayLink("peelinghm");\' 	onmouseout=\'closeLink("peelinghm");\'>\
				<area shape="circle" coords="117,158,28" href="javascript: void(0);" onclick=\'displayLink("therapeiesaisthitikis_");\'		onmouseover=\'displayLink("therapeiesaisthitikishm");\' 		onmouseout=\'closeLink("therapeiesaisthitikishm");\'>\
				<area shape="circle" coords="188,153,30" coords="200,212,131,250" href="javascript: void(0);" onclick=\'displayLink("rinoplastiki_");\'		onmouseover=\'displayLink("rinoplastikihm");\' 		onmouseout=\'closeLink("rinoplastikihm");\'>\
			</map>\
			'+divdata('peeling_')+'\
			'+hoverdata('peelinghm', 'Peeling')+'\
			'+divdata('therapeiesaisthitikis_')+'\
			'+hoverdata('therapeiesaisthitikishm', 'Cosmetic Therapies')+'\
			'+divdata('rinoplastiki_')+'\
			'+hoverdata('rinoplastikihm', 'Nose Surgery')+'\
			</fieldset>';
		} else if (age == 1){
			h.innerHTML = '\
			<fieldset><legend><b><span style="font-size:12px">Online Consultation</span></b></legend>\
			<img src="http://www.symmetria.gr/cons/man.jpg" id="image" width="300" height="375" border="0" usemap="#overlay" />\
			<map name="overlay" id="overlay">\
				<area shape="rect" coords="79,11,186,48" href="javascript: void(0);" onclick=\'displayLink("peeling_");\'	onmouseover=\'displayLink("peelinghm");\' 	onmouseout=\'closeLink("peelinghm");\'>\
				<area shape="circle" coords="117,158,28" href="javascript: void(0);" onclick=\'displayLink("therapeiesaisthitikis_");\'		onmouseover=\'displayLink("therapeiesaisthitikishm");\' 		onmouseout=\'closeLink("therapeiesaisthitikishm");\'>\
				<area shape="circle" coords="188,153,30" coords="200,212,131,250" href="javascript: void(0);" onclick=\'displayLink("rinoplastiki_");\'		onmouseover=\'displayLink("rinoplastikihm");\' 		onmouseout=\'closeLink("rinoplastikihm");\'>\
				<area shape="circle" coords="258,159,34" href="javascript: void(0);" onclick=\'displayLink("laser_");\'	onmouseover=\'displayLink("laserhm");\' 	onmouseout=\'closeLink("laserhm");\'>\
				<area shape="poly" coords="112,57,187,98,258,54" href="javascript: void(0);"    onclick=\'displayLink("botox_");\'	onmouseover=\'displayLink("botoxhm");\' 	onmouseout=\'closeLink("botoxhm");\'>\
			</map>\
			'+divdata('botox_')+'\
			'+hoverdata('botoxhm', 'Botox')+'\
			'+divdata('laser_')+'\
			'+hoverdata('laserhm', 'Laser ST')+'\
			'+divdata('peeling_')+'\
			'+hoverdata('peelinghm', 'Peeling')+'\
			'+divdata('therapeiesaisthitikis_')+'\
			'+hoverdata('therapeiesaisthitikishm', 'Cosmetic Therapies')+'\
			'+divdata('rinoplastiki_')+'\
			'+hoverdata('rinoplastikihm', 'Nose Surgery')+'\
			</fieldset>';
		} else if (age == 2){
			h.innerHTML = '\
			<fieldset><legend><b><span style="font-size:12px">Online Consultation</span></b></legend>\
			<img src="http://www.symmetria.gr/cons/man.jpg" id="image" width="300" height="375" border="0" usemap="#overlay" />\
			<map name="overlay" id="overlay">\
				<area shape="rect" coords="79,11,186,48" href="javascript: void(0);" onclick=\'displayLink("peeling_");\'	onmouseover=\'displayLink("peelinghm");\' 	onmouseout=\'closeLink("peelinghm");\'>\
				<area shape="circle" coords="188,153,30" coords="200,212,131,250" href="javascript: void(0);" onclick=\'displayLink("rinoplastiki_");\'		onmouseover=\'displayLink("rinoplastikihm");\' 		onmouseout=\'closeLink("rinoplastikihm");\'>\
				<area shape="circle" coords="258,159,34" href="javascript: void(0);" onclick=\'displayLink("laser_");\'	onmouseover=\'displayLink("laserhm");\' 	onmouseout=\'closeLink("laserhm");\'>\
				<area shape="poly" coords="112,57,187,98,258,54" href="javascript: void(0);"    onclick=\'displayLink("botox_");\'	onmouseover=\'displayLink("botoxhm");\' 	onmouseout=\'closeLink("botoxhm");\'>\
				<area shape="circle" coords="99,209,24" href="javascript: void(0);" onclick=\'displayLink("mesotherapy_");\'		onmouseover=\'displayLink("mesotherapyhm");\' 		onmouseout=\'closeLink("mesotherapyhm");\'>\
			</map>\
			'+divdata('botox_')+'\
			'+hoverdata('botoxhm', 'Botox')+'\
			'+divdata('laser_')+'\
			'+hoverdata('laserhm', 'Laser ST')+'\
			'+divdata('peeling_')+'\
			'+hoverdata('peelinghm', 'Peeling')+'\
			'+divdata('mesotherapy_')+'\
			'+hoverdata('mesotherapyhm', 'Mesotherapy')+'\
			'+divdata('rinoplastiki_')+'\
			'+hoverdata('rinoplastikihm', 'Nose Surgery')+'\
			</fieldset>';
		} else if (age == 3){
			h.innerHTML = '\
			<fieldset><legend><b><span style="font-size:12px">Online Consultation</span></b></legend>\
			<img src="http://www.symmetria.gr/cons/man.jpg" id="image" width="300" height="375" border="0" usemap="#overlay" />\
			<map name="overlay" id="overlay">\
				<area shape="rect" coords="79,11,186,48" href="javascript: void(0);" onclick=\'displayLink("peeling_");\'	onmouseover=\'displayLink("peelinghm");\' 	onmouseout=\'closeLink("peelinghm");\'>\
				<area shape="rect" coords="186,11,292,48" href="javascript: void(0);"    onclick=\'displayLink("macs_");\'		onmouseover=\'displayLink("macshm");\' 		onmouseout=\'closeLink("macshm");\'>\
				<area shape="circle" coords="258,159,34" href="javascript: void(0);" onclick=\'displayLink("laser_");\'	onmouseover=\'displayLink("laserhm");\' 	onmouseout=\'closeLink("laserhm");\'>\
				<area shape="poly" coords="112,57,187,98,258,54" href="javascript: void(0);"    onclick=\'displayLink("botox_");\'	onmouseover=\'displayLink("botoxhm");\' 	onmouseout=\'closeLink("botoxhm");\'>\
				<area shape="circle" coords="99,209,24" href="javascript: void(0);" onclick=\'displayLink("mesotherapy_");\'		onmouseover=\'displayLink("mesotherapyhm");\' 		onmouseout=\'closeLink("mesotherapyhm");\'>\
				<area shape="rect" coords="95,88,166,131" href="javascript: void(0);"   onclick=\'displayLink("eye_");\'		onmouseover=\'displayLink("eyehm");\' 		onmouseout=\'closeLink("eyehm");\'>\
				<area shape="rect" coords="127,210,241,247" href="javascript: void(0);"  onclick=\'displayLink("fillers_");\'	onmouseover=\'displayLink("fillershm");\' 	onmouseout=\'closeLink("fillershm");\'>\
				<area shape="rect" coords="75,299,289,349" href="javascript: void(0);" onclick=\'displayLink("neck_");\'		onmouseover=\'displayLink("neckhm");\' 		onmouseout=\'closeLink("neckhm");\'>\
			</map>\
			'+divdata('botox_')+'\
			'+hoverdata('botoxhm', 'Botox')+'\
			'+divdata('macs_')+'\
			'+hoverdata('macshm', 'MACS Facelift')+'\
			'+divdata('eye_')+'\
			'+hoverdata('eyehm', 'Eyelid Surgery')+'\
			'+divdata('fillers_')+'\
			'+hoverdata('fillershm', 'Fillers')+'\
			'+divdata('laser_')+'\
			'+hoverdata('laserhm', 'Laser ST')+'\
			'+divdata('peeling_')+'\
			'+hoverdata('peelinghm', 'Peeling')+'\
			'+divdata('neck_')+'\
			'+hoverdata('neckhm', 'Necklift')+'\
			'+divdata('mesotherapy_')+'\
			'+hoverdata('mesotherapyhm', 'Mesotherapy')+'\
			</fieldset>';
		}
   	} else { //female
		if (age == 0){
			h.innerHTML = '<fieldset><legend><span style="font-size:12px">Online Consultation</span></legend>\
			<img src="http://www.symmetria.gr/cons/woman.jpg" id="image" width="300" height="375" border="0" usemap="#overlay2"/></fieldset>\
			<map name="overlay2" id="overlay2">\
				<area shape="rect" coords="79,6,186,43" href="javascript: void(0);" onclick=\'displayLink("peeling");\' onmouseover=\'displayLink("peelinghf");\' 	onmouseout=\'closeLink("peelinghf");\'>\
				<area shape="rect" coords="139,182,242,201" href="javascript: void(0);" onclick=\'displayLink("laserapotrixosis");\' 	onmouseover=\'displayLink("laserapotrixosishf");\' 		onmouseout=\'closeLink("laserapotrixosishf");\'>\
				<area shape="circle" coords="137,155,28" href="javascript: void(0);" onclick=\'displayLink("therapeiesaisthitikis");\'		onmouseover=\'displayLink("therapeiesaisthitikishf");\' 		onmouseout=\'closeLink("therapeiesaisthitikishf");\'>\
				<area shape="circle" coords="188,153,30" href="javascript: void(0);" onclick=\'displayLink("rinoplastiki");\'		onmouseover=\'displayLink("rinoplastikihf");\' 		onmouseout=\'closeLink("rinoplastikihf");\'>\
			</map>\
			'+divdata('laserapotrixosis')+'\
			'+hoverdata('laserapotrixosishf', 'Laser Treatments')+'\
			'+divdata('peeling')+'\
			'+hoverdata('peelinghf', 'Peeling')+'\
			'+divdata('therapeiesaisthitikis')+'\
			'+hoverdata('therapeiesaisthitikishf', 'Cosmetic Therapies')+'\
			'+divdata('rinoplastiki')+'\
			'+hoverdata('rinoplastikihf', 'Nose Surgery')+'\
			';
		} else if (age == 1){
			h.innerHTML = '<fieldset><legend><span style="font-size:12px">Online Consultation</span></legend>\
			<img src="http://www.symmetria.gr/cons/woman.jpg" id="image" width="300" height="375" border="0" usemap="#overlay2"/></fieldset>\
			<map name="overlay2" id="overlay2">\
				<area shape="rect" coords="79,6,186,43" href="javascript: void(0);" onclick=\'displayLink("peeling");\' onmouseover=\'displayLink("peelinghf");\' 	onmouseout=\'closeLink("peelinghf");\'>\
				<area shape="rect" coords="139,182,242,201" href="javascript: void(0);" onclick=\'displayLink("laserapotrixosis");\' 	onmouseover=\'displayLink("laserapotrixosishf");\' 		onmouseout=\'closeLink("laserapotrixosishf");\'>\
				<area shape="circle" coords="137,155,28" href="javascript: void(0);" onclick=\'displayLink("therapeiesaisthitikis");\'		onmouseover=\'displayLink("therapeiesaisthitikishf");\' 		onmouseout=\'closeLink("therapeiesaisthitikishf");\'>\
				<area shape="circle" coords="188,153,30" href="javascript: void(0);" onclick=\'displayLink("rinoplastiki");\'		onmouseover=\'displayLink("rinoplastikihf");\' 		onmouseout=\'closeLink("rinoplastikihf");\'>\
				<area shape="circle" coords="263,160,34" href="javascript: void(0);" onclick=\'displayLink("laser");\' 	onmouseover=\'displayLink("laserhf");\' 	onmouseout=\'closeLink("laserhf");\'>\
				<area shape="poly" coords="148,50,188,98,227,48" href="javascript: void(0);" onclick=\'displayLink("botox");\' 	onmouseover=\'displayLink("botoxhf");\'  	onmouseout=\'closeLink("botoxhf");\'>\
			</map>\
			'+divdata('laserapotrixosis')+'\
			'+hoverdata('laserapotrixosishf', 'Laser Treatments')+'\
			'+divdata('botox')+'\
			'+hoverdata('botoxhf', 'Botox')+'\
			'+divdata('laser')+'\
			'+hoverdata('laserhf', 'Laser ST')+'\
			'+divdata('peeling')+'\
			'+hoverdata('peelinghf', 'Peeling')+'\
			'+divdata('therapeiesaisthitikis')+'\
			'+hoverdata('therapeiesaisthitikishf', 'Cosmetic Therapies')+'\
			'+divdata('rinoplastiki')+'\
			'+hoverdata('rinoplastikihf', 'Nose Surgery')+'\
			';
		} else if (age == 2){
			h.innerHTML = '<fieldset><legend><span style="font-size:12px">Online Consultation</span></legend>\
			<img src="http://www.symmetria.gr/cons/woman.jpg" id="image" width="300" height="375" border="0" usemap="#overlay2"/></fieldset>\
			<map name="overlay2" id="overlay2">\
				<area shape="rect" coords="79,6,186,43" href="javascript: void(0);" onclick=\'displayLink("peeling");\' onmouseover=\'displayLink("peelinghf");\' 	onmouseout=\'closeLink("peelinghf");\'>\
				<area shape="rect" coords="139,182,242,201" href="javascript: void(0);" onclick=\'displayLink("laserapotrixosis");\' 	onmouseover=\'displayLink("laserapotrixosishf");\' 		onmouseout=\'closeLink("laserapotrixosishf");\'>\
				<area shape="circle" coords="188,153,30" href="javascript: void(0);" onclick=\'displayLink("rinoplastiki");\'		onmouseover=\'displayLink("rinoplastikihf");\' 		onmouseout=\'closeLink("rinoplastikihf");\'>\
				<area shape="circle" coords="263,160,34" href="javascript: void(0);" onclick=\'displayLink("laser");\' 	onmouseover=\'displayLink("laserhf");\' 	onmouseout=\'closeLink("laserhf");\'>\
				<area shape="poly" coords="148,50,188,98,227,48" href="javascript: void(0);" onclick=\'displayLink("botox");\' 	onmouseover=\'displayLink("botoxhf");\'  	onmouseout=\'closeLink("botoxhf");\'>\
				<area shape="circle" coords="103,195,24" href="javascript: void(0);" onclick=\'displayLink("mesotherapy");\'		onmouseover=\'displayLink("mesotherapyhf");\' 		onmouseout=\'closeLink("mesotherapyhf");\'>\
			</map>\
			'+divdata('laserapotrixosis')+'\
			'+hoverdata('laserapotrixosishf', 'Laser Treatments')+'\
			'+divdata('botox')+'\
			'+hoverdata('botoxhf', 'Botox')+'\
			'+divdata('laser')+'\
			'+hoverdata('laserhf', 'Laser ST')+'\
			'+divdata('peeling')+'\
			'+hoverdata('peelinghf', 'Peeling')+'\
			'+divdata('mesotherapy')+'\
			'+hoverdata('mesotherapyhf', 'Mesotherapy')+'\
			'+divdata('rinoplastiki')+'\
			'+hoverdata('rinoplastikihf', 'Nose Surgery')+'\
			';
		} else if (age == 3){
			h.innerHTML = '<fieldset><legend><span style="font-size:12px">Online Consultation</span></legend>\
			<img src="http://www.symmetria.gr/cons/woman.jpg" id="image" width="300" height="375" border="0" usemap="#overlay2"/></fieldset>\
			<map name="overlay2" id="overlay2">\
				<area shape="rect" coords="79,6,186,43" href="javascript: void(0);" onclick=\'displayLink("peeling");\' onmouseover=\'displayLink("peelinghf");\' 	onmouseout=\'closeLink("peelinghf");\'>\
				<area shape="rect" coords="186,5,292,42" href="javascript: void(0);" onclick=\'displayLink("macs");\' 	onmouseover=\'displayLink("macshf");\'  	onmouseout=\'closeLink("macshf");\'>\
				<area shape="circle" coords="263,160,34" href="javascript: void(0);" onclick=\'displayLink("laser");\' 	onmouseover=\'displayLink("laserhf");\' 	onmouseout=\'closeLink("laserhf");\'>\
				<area shape="poly" coords="148,50,188,98,227,48" href="javascript: void(0);" onclick=\'displayLink("botox");\' 	onmouseover=\'displayLink("botoxhf");\'  	onmouseout=\'closeLink("botoxhf");\'>\
				<area shape="circle" coords="103,195,24" href="javascript: void(0);" onclick=\'displayLink("mesotherapy");\'		onmouseover=\'displayLink("mesotherapyhf");\' 		onmouseout=\'closeLink("mesotherapyhf");\'>\
				<area shape="rect" coords="91,67,162,110" href="javascript: void(0);" onclick=\'displayLink("eye");\' 	onmouseover=\'displayLink("eyehf");\'  		onmouseout=\'closeLink("eyehf");\'>\
				<area shape="rect" coords="133,207,247,244" href="javascript: void(0);" onclick=\'displayLink("fillers");\' onmouseover=\'displayLink("fillershf");\' 	onmouseout=\'closeLink("fillershf");\'>\
				<area shape="rect" coords="70,287,284,337" href="javascript: void(0);" onclick=\'displayLink("neck");\' 	onmouseover=\'displayLink("neckhf");\' 		onmouseout=\'closeLink("neckhf");\'>\
			</map>\
			'+divdata('botox')+'\
			'+hoverdata('botoxhf', 'Botox')+'\
			'+divdata('macs')+'\
			'+hoverdata('macshf', 'MACS Facelift')+'\
			'+divdata('eye')+'\
			'+hoverdata('eyehf', 'Eyelid Surgery')+'\
			'+divdata('fillers')+'\
			'+hoverdata('fillershf', 'Fillers')+'\
			'+divdata('laser')+'\
			'+hoverdata('laserhf', 'Laser ST')+'\
			'+divdata('peeling')+'\
			'+hoverdata('peelinghf', 'Peeling')+'\
			'+divdata('neck')+'\
			'+hoverdata('neckhf', 'Necklift')+'\
			'+divdata('mesotherapy_')+'\
			'+hoverdata('mesotherapyhf', 'Mesotherapy')+'\
			';
		}
	}

   	h.innerHTML += '<br>\
		<div class="consclear" style="margin-bottom: 26px;">\
			<a class="consbackbutton" href="#" onclick="this.blur(); restore(); return false;"> </a>\
		</div><div id="debug">&nbsp;</div>';

	return true;
}

function findElPos()
{
	x = y = 0;
	o = document.getElementById('image');
	if (o.offsetParent)
	{
		do
		{
			x += o.offsetLeft;
			y += o.offsetTop;
		}
		while (o = o.offsetParent);
	}
	return [x,y];
}

function makelink(link, name)
{
	dat = "<span class='conslinks'>";
	dat += "<a href='"+link+"'>"+name+"</a>";
	dat += "</span>";
	return dat;
}

function divdata(name)
{
	dat = '<div onclick="hideLink(this)" id="'+name+'" \
		style="text-align: left; position:absolute; visibility: hidden; background-color: #CCCCCC;\
		filter:alpha(Opacity=90); MozOpacity = .90; opacity: 0.90; \
		left:' + X + 'px; top:' + Y + 'px; width:300px; height:375px; z-index:1; border: 1px solid #000000;">\
		'+links(name)+'</div>\
		';
	return dat;
}

function hoverdata(name, what)
{
	dat = '<div onmouseout="this.visibility=\'hidden\';" id="'+name+'" \
		style="position:absolute; visibility: hidden; background-color: #CCCCCC;\
		filter:alpha(Opacity=90); MozOpacity = .90; opacity: 0.90; \
		left:' + X + 'px; top:' + Y + 'px; width:100px; height:35px; z-index:1; border: 1px solid #000000;">\
		'+what+'</div>\
		';
	return dat;
}


function hideLink(o)
{
	o.style.visibility = 'hidden';
	return true;
}

function closeLink(o)
{
	document.getElementById(o).style.visibility = 'hidden';
	return true;
}

function displayLink(id)
{
	document.getElementById(id).style.visibility = 'visible';
	return true;
}

function posDiv(e)
{
	if (IE)
	{
		x0 = document.body.scrollLeft ||
   		document.documentElement.scrollLeft;

		y0 = document.body.scrollTop ||
   		document.documentElement.scrollTop;

		X = event.clientX + x0;
		Y = event.clientY + y0;
	}
	else
	{
		X = e.pageX;
		Y = e.pageY;
	}
	X += 1;
	Y += 1;
	if (X < 0) X = 0;
	if (Y < 0) Y = 0;

	list = new Array(
	'laserapotrixosis_', 'botox_', 'macs_', 'eye_', 'fillers_', 'laser_', 'peeling_', 'neck_', 'mesotherapy_','therapeiesaisthitikis_','rinoplastiki_',
	'laserapotrixosis',  'botox',  'macs',  'eye',  'fillers',  'laser',  'peeling',  'neck', 'mesotherapy','therapeiesaisthitikis','rinoplastiki');
	for(i = 0; i < list.length; i++) posix(list[i]);

	list = new Array(
	'laserapotrixosishf', 'botoxhf', 'macshf', 'eyehf', 'fillershf', 'laserhf', 'peelinghf', 'neckhf', 'mesotherapyhf','therapeiesaisthitikishf','rinoplastikihf',
	'laserapotrixosishm', 'botoxhm', 'macshm', 'eyehm', 'fillershm', 'laserhm', 'peelinghm', 'neckhm', 'mesotherapyhm','therapeiesaisthitikishm','rinoplastikihm');
	for(i = 0; i < list.length; i++) posix2(list[i]);

	return true;
}

function posix(id)
{
	if(document.getElementById(id) == null) return false;
	if(document.getElementById(id).style.visibility == 'hidden')
	{
		o = findElPos();
		document.getElementById(id).style.left = o[0] + 'px';
		document.getElementById(id).style.top  = o[1] + 'px';
	}
	return true;
}

function posix2(id)
{
	if(document.getElementById(id) == null) return false;
	x = X + 10;
	y = Y + 10;
	document.getElementById(id).style.left = x + 'px';
	document.getElementById(id).style.top  = y + 'px';
	return true;
}


function restore()
{
	h = document.getElementById('consmain');
	h.innerHTML = '<fieldset>\
	<legend><b>Online Consultation</b></legend>\
	<table align="left" width="100%" class="consMainTable">\
	<tr>\
	<td align="left" class="constext">Gender</td>\
	</tr>\
	<tr>\
	<td align="left"> \
		<select class="consselect" id="gender">\
			<option value="0">Female</option>\
			<option value="1">Male</option>\
		</select>\
	</td>\
	</tr>\
	<tr>\
	<td align="left" class="constext">Age Group</td>\
	</tr>\
	<tr>\
	<td align="left">\
		<select class="consselect" id="age">\
			<option value="0">18-25</option>\
			<option value="1">26-30</option>\
			<option value="2">31-40</option>\
			<option value="2">40+</option>\
		</select>\
	</td>\
	</tr>\
	<tr>\
	<td align="left" class="constext">Skin Type</td>\
	</tr>\
	<tr>\
	<td align="left">\
		<select id="Skintype" class="consselect">\
			<option value="0">Oily</option>\
			<option value="1">Normal</option>\
			<option value="2">Dry</option>\
		</select>\
	</td>\
	</tr>\
	<tr>\
	<td align="left">\
		<div class="clear">\
			<a class="consbutton" href="#" onclick="this.blur(); overlay(); return false;"> </a>\
		</div>\
	</td>\
	</tr>\
	</table></fieldset>';
}
