// JavaScript Document
function imgchange(imgs,source)
{
	document.getElementById(imgs).src=source;
} 

function showImg(url)
{var imageWindow = window.open("","","scrollbars=yes,resizable=yes,left=0,top=0");
imageWindow.document.writeln("<html><head><title>Martiz Group</title><link href='multimedia/styles.css' rel='stylesheet' type='text/css'>\n");
imageWindow.document.writeln("<script language=\"JavaScript\">document.oncontextmenu = new Function(\"return false\");");
imageWindow.document.writeln("<\/script>");
imageWindow.document.writeln("<SCRIPT LANGUAGE=\"JavaScript\">");
imageWindow.document.writeln("function fitWindowSize() {");
imageWindow.document.writeln("width = 100 + document.images['mainimg'].width;");
imageWindow.document.writeln("height = 100 + document.images['mainimg'].height;");
imageWindow.document.writeln("window.resizeTo(width, height); }");
imageWindow.document.writeln("<\/script>");
imageWindow.document.writeln(
"<body leftmargin='0' topmargin='0'><table width='100%' height='100%' border='0' cellpadding='0' cellspacing='0'>"
+"<tr><td align='center' valign='top'><table width='65%'  border='0' cellspacing='0' cellpadding='0'>"
+"<tr><td width='10'></td><td width='715'></td><td width='10'></td></tr>"
+"<tr><td width='10'></td><td width='715'></td><td width='10'></td></tr>"
+"<tr><td class='cross'><img src='multimedia/spacer.gif' width='10' height='10'></td><td class='horlinebg'></td><td class='cross'><img src='multimedia/spacer.gif' width='10' height='10'></td></tr>"
+"<tr><td class='vertline'></td><td align='center'>");
imageWindow.document.writeln("<img src=\"attachfile/"+url+"\" name='mainimg' onload='fitWindowSize()'>");
imageWindow.document.writeln(
"</td><td class='vertline'></td></tr>"
+"<tr><td class='cross'><img src='multimedia/spacer.gif' width='10' height='10'></td><td class='horlinebg'></td>"
+"<td class='cross'><img src='multimedia/spacer.gif' width='10' height='10'></td></tr>"
+"<tr><td>&nbsp;</td><td align='center' class='gallerylinks'><a href='javascript:window.close()'>Close Window</a></td>"
+"<td>&nbsp;</td></tr></table></td></tr></table>");
imageWindow.document.writeln("<\/body><\/html>");
}

function visualizer()
{
	window.open('http://sherlink.sherwin.com/swapp/color_visualizer/index.jsp','newWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=800,height=635');
}
