iframeSrc = "http://ktu.sv2.biz/tools/dhtml/dhtml_img_iframe.html?iframemode=1";

iframeSrc += "&imageSrc=" + escape(imageSrc);
iframeSrc += "&popupWidth=" + escape(popupWidth);
iframeSrc += "&popupHeight=" + escape(popupHeight);
iframeSrc += "&click_action=" + escape(click_action);
iframeSrc += "&target_url=" + escape(target_url);
for (i in Param)
{
	iframeSrc += "&"+ i +"=" + escape(Param[i]);
}

iframeSource = '<iframe src="'+iframeSrc+'" width="'+popupWidth+'" height="'+popupHeight+'" style="margin:0;padding:0;" frameborder="0" scrolling="no"></iframe>';

document.write(iframeSource);