function popup(url)
{
	var _height = 700;
	var _width = 800;
	var _top=(screen.height-_height)/2;
	var _left=(screen.width-_width)/2;
	var popu = window.open(url, 'news','top='+_top+',left='+_left+', height='+_height+', width='+_width+', toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=no');
	popu.focus();
}


function getUrl()
{
	window.open('http://maps.google.fr/maps?f=q&hl=fr&geocode=&q=12+Rue+Jean+Monnet,+82000+Montauban,+Tarn-et-Garonne,+Midi-Pyr%C3%A9n%C3%A9es,+France&sll=47.15984,2.988281&sspn=10.115319,20.43457&ie=UTF8&cd=1&z=16&iwloc=addr&om=1');
}

function getUrl2()
{
	window.open('http://www.marycohr.com/');
}

function getUrl3()
{
	popup('pages/tarifs-soins-corps.php');
}


function writeSwf(swf, width, height)
{
	var flash_path = "./";
	var nom = "flashElem";
	var couleur = "#fff";
	document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\""+width+"\" height=\""+height+"\" id=\""+nom+"\" align=\"middle\">\n");
	document.write("<param name=\"allowScriptAccess\" value=\"sameDomain\" />\n");
	document.write("<param name=\"wmode\" value=\"transparent\">\n\n");
	document.write("<param name=\"movie\" value=\""+flash_path+swf+"\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\""+couleur+"\" /><embed src=\""+flash_path+swf+"\" quality=\"high\" bgcolor=\""+couleur+"\" width=\""+width+"\" height=\""+height+"\" name=\""+nom+"\" align=\"middle\" allowScriptAccess=\"sameDomain\" wmode=\"transparent\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />\n");
	document.write("</object>\n");
}




