function show(serial, type) {
	if (type==1) {
		document.write("<A Href=\"javascript:viewSlideShow('"+serial+"');\"><IMG SRC=\"http://www.virtual-shot-by-shot.com/banner1.gif\" BORDER=\"0\" WIDTH=\"400\" HEIGHT=\"60\"></A>");
	} else if (type==2) {
		document.write("<A Href=\"javascript:viewSlideShow('"+serial+"');\"><IMG SRC=\"http://www.virtual-shot-by-shot.com/banner1.gif\" BORDER=\"0\" WIDTH=\"400\" HEIGHT=\"60\"></A>");
	}
}

function viewSlideShow(serial) {
	if(serial!='')
        var viewSlideShow = window.open("http://www.virtual-shot-by-shot.com/slideshow.php?serial="+serial ,'VSxS','width=730,height=440,screenX=150,screenY=150');
}

