function products(){
	var p = "<iframe src=\"Gallery/gallery.aspx\" width=\"100%\" height=\"100%\" frameborder=\"no\"></iframe>";
	document.getElementById("infocontent").innerHTML = p;
}
