function ringtone(prod_nr,Song)
{
 // partnercode invullen
 var pcode="312"
 // stylesheet voor het scherm
 var style1="http://www.allesoversms.nl/ringstyle/style.css";

 var style2="http://www.beltonen.st/rtstandard/style/mstyle.css";
 var ximage="http://www.allesoversms.nl/ringstyle/toptones.gif";
 var oproep="http://www.beltonen.st/rtstandard/asp/gom.asp?id="+prod_nr+"&title="+Song+"&pcode="+pcode+"&style1="+style1+"&style2="+style2+"&ximage="+ximage;
 window.open(oproep,'xpinpop','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=560,height=265,screenX=0,screenY=0,top=0,left=0');
}