function showAd(pidAd,w,h)
{
	return document.write("<iframe frameborder=\"0\" scrolling=\"no\" src=\"/uploads/gg/"+pidAd+".htm\" width="+w+" height="+h+" marginwidth=\"0\" marginheight=\"0\"></iframe>");
}
function showSys(pidsys,w,h)
{
	return document.write("<iframe frameborder=\"0\" scrolling=\"no\" src=\"/uploads/system/"+pidsys+".htm\" width="+w+" height="+h+" marginwidth=\"0\" marginheight=\"0\"></iframe>");
}