function showAd(pidAd,w,h)
{
	return document.write("<iframe frameborder=\"0\" scrolling=\"no\" src=\"http://www.eccn.com/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=\"http://www.eccn.com/uploads/system/"+pidsys+".htm\" width="+w+" height="+h+" marginwidth=\"0\" marginheight=\"0\"></iframe>");
}
