// JavaScript Document
function popup(){
window.open("http://develop.dreamarts.ma/pdc/wp-content/themes/twentyten/visite/index.html","popup","width=800,height=550,directories=no,location=no,status=no,resizable=no");
}

function article(w,h,a){
	window.open("http://develop.dreamarts.ma/pdc/wp-content/themes/twentyten/article.php?article="+a,"popup","width="+w+",height="+h+",directories=no,location=no,status=no,resizable=no,scrollbars=yes");
}
