

sujet = "Templarts.com : ";
function sendEmail(myURL,myTEMPLATE,myNUM){ 
window.location = "mailto:"+('email','')+"?subject="+sujet+"&body=<br><br>"+myTEMPLATE+" "+myNUM+" : <br>"+myURL+"<br>";
   } 
   
   
function panier(myTemplate,myAccount)
{
    var url = "http://www.templatehelp.com/preset/cart.php?pr_code="+myAccount+"&act=add&templ="+myTemplate+"";
    var hwnd = window.open(url, "cart", "resizable=yes, location=no, menubar=no, status=no, scrollbars=yes, width=800, height=600");
    
}
