function enlarge(pic,w,h) {
	 var url="popup.php?picture="+pic;
	 var a=window.open(url,'ivispopup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width='+w+',height='+h+',screenX=150,screenY=150,top=150,left=150')
	 a.focus();
}

function showemail() {
	document.write('<a hr'+'ef="ma'+'ilto'+':off'+'ice'+'@ivi'+'scon'+'sult'+'ing'+'.ro">'+'off'+'ice'+'@ivi'+'scons'+'ultin'+'g.ro'+'</a>');	
}
var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;

function fileUpload_DoFSCommand(command, args) {
	var fscommandObj = isInternetExplorer ? document.all.fscommand : document.fscommand;
	//

	if(args=="done" || args=="cancel") {
		//alert("done");
		document.location.href="http://www.ivisconsulting.ro/comanda-on-line_6.html";
	}
	//
}

// Hook for Internet Explorer.
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<script language=\"VBScript\"\>\n');
	document.write('On Error Resume Next\n');
	document.write('Sub fileUpload_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call fileUpload_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}
//-->
