function go_gallery(subject,title,num,size,rows,cols,dest)
{
	var s = parseInt(size)+5;
	var hei = cols*s;	
	var wid = rows*s;
	var w = wid-11;
	
	
	if (dest == ""){dest = "http://view.picapp.com/default.aspx";}

	document.write("<div style='font-size: 18px; font-family: verdana; border-bottom: dotted 3px orange; width: " + w + "px; margin-bottom: 5px;'>" + title + "</div>");
	document.write("<iframe width=" + wid + " height=" + hei +" frameborder=0 scrolling=no src='http://view.picapp.com/thumbnailgallery/Default.aspx?term=" + subject + "&gallery_width=" + wid + "&number_of_thumbs=" + num + "&twidth=" + size + "&theight=" + size + "&url=" + dest + "'></iframe>");
	document.write("<div style='font-size: 9px; font-family: verdana;width: " + w + "px; text-align: right;position: relative; top: -7px;'>powered by <a style='color: orange;' target='_blank' href='http://www.picapp.com'>PicApp</a></div>");
}
