	//Oh wow... IE7 ALMOST supports PNG graphics properly now...  but not quite.  easier to just create seperate gifs for ie in general.
	//stupid microsoft!  I should slap you... slap you like a bad bad donkey, okay?
	var PrintIcon = ((IsMozilla() || IsIE7())?"Print_Icon.PNG":"Print_Icon.gif");
	var DeleteIcon = ((IsMozilla() || IsIE7())?"Delete_Icon.PNG":"Delete_Icon.gif");
	var SubmitIcon = ((IsMozilla() || IsIE7())?"FormSubmit_Icon.PNG":"FormSubmit_Icon.gif");
	//Print Icon
	if (AllowPrint) {
		if (IsMozilla()){
			//document.writeln('<div name=\"PrintIconLayer\" id=\"PrintIconLayer\" style=\"cursor:hand; position:fixed; width:64px; height:60px; z-index:200; left:'+(document.body.clientWidth-84)+'px; top:0px; MozOpacity:0.5; alpha:opacity(50);\">');
			document.writeln('<div name=\"PrintIconLayer\" id=\"PrintIconLayer\" style=\"cursor:hand; position:fixed; width:64px; height:80px; z-index:200; left:0px; top:0px; MozOpacity:0.5; alpha:opacity(50);\">');
		} else {
			//document.writeln('<div name=\"PrintIconLayer\" id=\"PrintIconLayer\" style=\"cursor:hand; position:absolute; width:64px; height:60px; z-index:200; left:expression(document.body.clientWidth-74); top:expression(document.body.scrollTop); alpha:opacity(50);\">');
			if (!IsIE7()){
				document.writeln('<div name=\"PrintIconLayer\" id=\"PrintIconLayer\" style=\"cursor:hand; position:relative; width:64px; height:80px; z-index:200; left:0px; top:expression((0+(ignoreMe=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop))+\'px\'); alpha:opacity(50);\">');
			} else {
				document.writeln('<div name=\"PrintIconLayer\" id=\"PrintIconLayer\" style=\"cursor:hand; position:fixed; width:64px; height:80px; z-index:200; left:0px; top:0px; alpha:opacity(50);\">');
			}
		}
		document.writeln('	<img NAME=\"PrintIcon\"  ID=\"PrintIcon\" src=\"Images/'+PrintIcon+'\" width=\"64\" height=\"60\" onMouseOut=\'{if (IsIE7() || IsMozilla()){SetOpacity(this,50);}}\' onMouseOver=\'{if (IsIE() || IsMozilla()){SetOpacity(this,100);}}\' onClick=\"{PrintForm();}\" TITLE=\"Print this form…\" ALT=\"Print form…\" style=\"filter:alpha(opacity=50);\">'+
			'<center><b><h4>Print Form<\/h4><\/b><\/center>');
		document.writeln('<\/div>');
	}

	//Clear Form Icon
	if (IsMozilla()){
		//document.writeln('<div name=\"ClearIconLayer\" id=\"ClearIconLayer\" style=\"cursor:hand; position:fixed; width:64px; height:60px; z-index:200; left:'+(document.body.clientWidth-84)+'px; top:60px; MozOpacity:0.5; alpha:opacity(50);\">');
		document.writeln('<div name=\"ClearIconLayer\" id=\"ClearIconLayer\" style=\"cursor:hand; position:fixed; width:64px; height:80px; z-index:200; left:0px; top:90px; MozOpacity:0.5; alpha:opacity(50);\">');
	} else {
		//document.writeln('<div name=\"ClearIconLayer\" id=\"ClearIconLayer\" style=\"cursor:hand; position:absolute; width:64px; height:60px; z-index:200; left:expression(document.body.clientWidth-74); top:60; MozOpacity:0.5; alpha:opacity(50);\">');
		//document.writeln('<div name=\"ClearIconLayer\" id=\"ClearIconLayer\" style=\"cursor:hand; position:fixed; width:64px; height:80px; z-index:200; left:0px; top:90px; alpha:opacity(50);\">');
		if (!IsIE7()){
			document.writeln('<div name=\"ClearIconLayer\" id=\"ClearIconLayer\" style=\"cursor:hand; position:relative; width:64px; height:80px; z-index:200; left:0px; top:expression((10+(ignoreMe=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop))+\'px\'); alpha:opacity(50);\">');
		} else {
			document.writeln('<div name=\"ClearIconLayer\" id=\"ClearIconLayer\" style=\"cursor:hand; position:fixed; width:64px; height:80px; z-index:200; left:0px; top:90px; alpha:opacity(50);\">');
		}
	}
	document.writeln('	<img NAME=\"ClearIcon\"  ID=\"ClearIcon\" src=\"Images/'+DeleteIcon+'\" width=\"64\" height=\"60\" onMouseOut=\'{if (IsIE7() || IsMozilla()){SetOpacity(this,50);}}\' onMouseOver=\'{if (IsIE() || IsMozilla()){SetOpacity(this,100);}}\' onClick=\"{ClearForm(); SUBMITPHP.submit();}\" TITLE=\"Clear the form…\" ALT=\"Clear form…\" style=\"filter:alpha(opacity=50); \">'+
		'<center><b><h4>Clear Form<\/h4><\/b><\/center>');
	document.writeln('<\/div>');

	//Submit Icon
	if (AllowSubmit) {
		if (IsMozilla()){
			//document.writeln('<div name=\"SubmitIconLayer\" id=\"SubmitIconLayer\" style=\"cursor:hand; position:fixed; width:64px; height:60px; z-index:200; left:'+(document.body.clientWidth-84)+'px; top:120px; MozOpacity:0.5; alpha:opacity(50);\">');
			document.writeln('<div name=\"SubmitIconLayer\" id=\"SubmitIconLayer\" style=\"cursor:hand; position:fixed; width:64px; height:80px; z-index:200; left:0px; top:180px; MozOpacity:0.5; alpha:opacity(50);\">');
		} else {
			//document.writeln('<div name=\"SubmitIconLayer\" id=\"SubmitIconLayer\" style=\"cursor:hand; position:absolute; width:64px; height:60px; z-index:200; left:expression(document.body.clientWidth-74); top:120; MozOpacity:0.5; alpha:opacity(50);\">');
			//document.writeln('<div name=\"SubmitIconLayer\" id=\"SubmitIconLayer\" style=\"cursor:hand; position:fixed; width:64px; height:80px; z-index:200; left:0px; top:180px; alpha:opacity(50);\">');
			if (!IsIE7()){
				document.writeln('<div name=\"SubmitIconLayer\" id=\"SubmitIconLayer\" style=\"cursor:hand; position:relative; width:64px; height:80px; z-index:200; left:0px; top:expression((10+(ignoreMe=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop))+\'px\'); alpha:opacity(50);\">');
			} else {
				document.writeln('<div name=\"SubmitIconLayer\" id=\"SubmitIconLayer\" style=\"cursor:hand; position:fixed; width:64px; height:80px; z-index:200; left:0px; top:180px; alpha:opacity(50);\">');
			}
		}
		document.writeln('	<img NAME=\"SubmitIcon\"  ID=\"SubmitIcon\" src=\"Images/'+SubmitIcon+'\" width=\"64\" height=\"60\" onMouseOut=\'{if (IsIE7() || IsMozilla()){SetOpacity(this,50);}}\' onMouseOver=\'{if (IsIE7() || IsMozilla()){SetOpacity(this,100);}}\' onClick=\"{if (checkform(SUBMITPHP)) {SetCommandSubmit(); SUBMITPHP.submit();}}\" TITLE=\"Submit the form…\" ALT=\"Submit form…\" style=\"filter:alpha(opacity=50); \">'+
			'<center><b><h4>Submit Form<\/h4><\/b><\/center>');
		document.writeln('<\/div>');
	}