﻿
function ICMS_TINKform(strAsp,strUrl){
		//PVA20060206
		//this javascript is required to launch a TINKform wizard xml in a pop up window.
		//contact support@icms.be for details or issues
		// intHeight and IntWidth are set for Mac platform.
		
		var intHeight = 636;
		var intWidth=802;
		var intLeft = (screen.width-intWidth)/2;
		var intTop = (screen.height-intHeight)/2-50;
		var icmsWin = window.open("http://mobistar.icms.be/App/Mobistar.asp?"+strAsp, "PC", "width="+intWidth+", height="+intHeight+", left="+intLeft+", top="+intTop+", scrollbars=no,status=yes,toolbar=no,menubar=no,resizable=yes");
		if (strUrl!=""){
			self.location=strUrl;
		}
}
