var ta_MAIN_PATH = 'http://www.tab-exporter.com:9080/gpimporter/gpviewer?';
function te_getIFCode()
{
	return "<iframe class=\"tabexporter\" id=\"tabexporter\" style=\"border: "+te_borderSize+"px solid "+te_borderColor+"; width: "+te_Width+"px; height: "+te_Height+"px;\" src=\""+(ta_MAIN_PATH+"filename="+encodeURIComponent(te_Name)+"&client="+encodeURIComponent(te_Client)+"&path="+encodeURIComponent(te_Path)+"&width="+(te_Width-20))+"\"></iframe>";
}

