function thisMovie(movieName) {
	var isIE = navigator.appName.indexOf("Microsoft") != -1;
	return (isIE) ? window[movieName] : document[movieName];
}

function makeCall(image, id_category) {
	
	thisMovie("productapply").productApply(image, type);
}

function jsFunc(str) {
	document.inForm.inField.value = "AS > Hello " + str;
}

