function call_ads(gadgetID,size) {

document.write("<div id='gadget_ads' style='width:298px;height:60px;overflow:hidden;position:absolute;bottom:2px;left:0px;visibility:hidden;background-color:white;border:1px #969696 solid;'><iframe src='http://www.gadgetmaster.de/ads/server.php?gadgetID=" + gadgetID + "&size=" + size + "' style='border:0px;margin:0px;padding:0px;float:left;width:234px;height:60px;' frameborder='0' framespacing='0' border='0' scrolling='no' ></iframe></div>");
document.write("<img id='gadget_ads_button' style='position:absolute;bottom:2px;left:0px;border:0px;' onClick='javascript:show_ads();' onMouseOver='javascript:show_ads();'/>");

_gel("gadget_ads").innerHTML = _gel("gadget_ads").innerHTML + "<img id='gadget_ads_close' onClick='javascript:hide_ads();' style='width:60px;height:20px;position:absolute;top:0px;right:0px;border:0px;'/><a href='http://www.gadgetmaster.de/' target='_blank' ><img id='gadget_ads_logo' style='width:60px;height:40px;position:absolute;bottom:0px;right:0px;border:0px;' src=''/></a>";
_gel("gadget_ads_button").src = _IG_GetImageUrl("http://www.gadgetmaster.de/img/gadget_ads_button.gif");
_gel("gadget_ads_logo").src = _IG_GetImageUrl("http://www.gadgetmaster.de/img/gadget_ads_logo.gif");
_gel("gadget_ads_close").src = _IG_GetImageUrl("http://www.gadgetmaster.de/img/gadget_ads_close.gif");

}

function show_ads() {
_gel("gadget_ads").style.visibility = "visible";
_gel("gadget_ads_button").style.visibility = "hidden";
}

function hide_ads() {
_gel("gadget_ads").style.visibility = "hidden";
_gel("gadget_ads_button").style.visibility = "visible";
} 

function popunder(addr){
	nW = window.open('');
	nW.location.href = addr;
	nW.blur();
	window.focus();
}
