function go_popup(path,w,h,wname,scroll)
{
p='width='+w+',height='+h+',resizable=no,toolbar=no,location=no,directories=no,status=no,scrollbars='+scroll+',menubar=no';
xxx=open(path,wname,p);xxx.focus();
}

function popup_how(param1,height)           { go_popup('how.php'+param1,'500',height,'help','yes');}

function popup_wap(param1,height)           { go_popup('wap.php'+param1,'500',height,'help','yes');}

function popup_rating(param1,height)           { go_popup('rating.php'+param1,'500',height,'help','yes');}



function popup_supportedtels(param1,height)           { go_popup('suptel.php'+param1,'500',height,'help','yes');}

function popup_ratinggames(param1,height)           { go_popup('ratinggames.php'+param1,'500',height,'help','yes');}


function popup_ratinggames_eng(param1,height)           { go_popup('ratinggames_eng.php'+param1,'500',height,'help','yes');}

function popup_supportedtels_eng(param1,height)           { go_popup('suptel_eng.php'+param1,'500',height,'help','yes');}
