<!-- Begin
function popUp(folder,imgNum,imgHeight,imgWidth,imgAlt,totalPics) {
	var prev = imgNum - 1;
	var next = imgNum -(-1);
	var winWidth = imgWidth -(-140);
	var winHeight = imgHeight -(-0);
	var win = window.open('', 'win','toolbar=0, scrollbars=0, location=0, statusbar=0, menubar=0, resizable=0, width='+winWidth+',Height='+winHeight+', left = 30, top = 30'); 
	var top = imgHeight-74;
	var left = imgWidth - 185; 
	var menul = imgWidth -(-20); 
	var top2 = imgHeight-(-10);
	var top3 = 5;
	var right = 8;
	with (win.document) {
	  open("text/html", "replace");
	  write('<HTML><HEAD><TITLE>'+imgAlt+' '+imgNum+'</TITLE>');
	  
	  write('<script language=javascript>');
	  write('function OrderLink() {');
	  write('window.opener.location.href = "order.asp?image='+folder+'/images/image_'+imgNum+'.jpg";');
	  write('if (window.opener.progressWindow)');
	  write('{');
	  write('window.opener.progressWindow.close()');
	  write('}');
	  write('window.close();');
	  write('}');
	  write('</script>');
	  
	  write('<script language=javascript>');
	  write('function PostcardLink() {');
	  write('window.opener.location.href = "postcard.asp?image='+folder+'/images/image_'+imgNum+'.jpg";');
	  write('if (window.opener.progressWindow)');
	  write('{');
	  write('window.opener.progressWindow.close()');
	  write('}');
	  write('window.close();');
	  write('}');
	  write('</script>');
	  
	  write('<script language=javascript>');
	  write('function PuzzleLink() {');
	  write('window.opener.location.href = "jigsaw.asp?image='+imgNum+'&folder='+folder+'";');
	  write('if (window.opener.progressWindow)');
	  write('{');
	  write('window.opener.progressWindow.close()');
	  write('}');
	  write('window.close();');
	  write('}');
	  write('</script>');
	  
	  write('<script language=javascript>');
	  write('function RateLink() {');
	  write('window.opener.location.href = "ratewnycars.asp?car='+imgNum+'&folder='+folder+'";');
	  write('if (window.opener.progressWindow)');
	  write('{');
	  write('window.opener.progressWindow.close()');
	  write('}');
	  write('window.close();');
	  write('}');
	  write('</script>');
	  
	  write('</HEAD>');
	  write('<BODY topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 bgcolor="black" onLoad="window.focus()">');
	  write('<a onclick="window.close()"><img src="http://www.rodandpiston.com/'+folder+'/images/image_'+imgNum+'.jpg" alt="'+imgAlt+'" width="'+imgWidth+'" height="'+imgHeight+'"></a>');

	  write('<div id="WNYCCLogo" style="position:absolute; width:120px; height:43px; z-index:1; left: '+left+'px; top: '+top+'px">');
	  write('<a onclick="window.close()"><img src="photoac1.gif" width="180" height="69" border=0></a></div>');

	  write('<div id="OrderPrint" style="position:absolute; width:120px; height:43px; z-index:5; left:'+menul+'px; top:280px">');
	  write('<a onclick="OrderLink()" href="#" target="_self"><img src="http://www.rodandpiston.com/images/order_print.gif" width="110" height="35" border=0 alt="Order Print"></a></div>');

if (imgNum > 1 ) {
	  write('<div id="Previous" style="position:absolute; width:150px; height:43px; z-index:5; left:'+menul+'px; top:10px">');
	  write('<a href="view.asp?folder='+folder+'&imgNum='+prev+'&imgHeight='+imgHeight+'&imgWidth='+imgWidth+'&imgAlt='+imgAlt+'&total='+totalPics+'" target="_parent"><font face=arial size=4 color=white><b>Previous</b></font><p><img src="http://www.rodandpiston.com/'+folder+'/thumbnails/image_'+prev+'.jpg" width="100" height="75" border=0></a></div>');
}

if (imgNum < totalPics ) {
	  write('<div id="Next" style="position:absolute; width:150px; height:43px; z-index:5; left:'+menul+'px; top:140px">');
	  write('<a href="view.asp?folder='+folder+'&imgNum='+next+'&imgHeight='+imgHeight+'&imgWidth='+imgWidth+'&imgAlt='+imgAlt+'&total='+totalPics+'" target="_parent"><font face=arial size=4 color=white><b>Next</b></font><p><img src="http://www.rodandpiston.com/'+folder+'/thumbnails/image_'+next+'.jpg" width="100" height="75" border=0></a></div>');
}

	  write('<div id="NoClick" style="position:absolute; width:'+winWidth+'px; height:'+winHeight+'px; z-index:2; left:0px; top:0px">');
	  write('<table  border=0 cellpadding=0 cellspacing=0 width="'+winWidth+'" height="'+winHeight+'"><tr><td>');
	  write('<a onclick="window.close()"><img src="http://www.photo-action.com/copyright_wnycarclubs.com.gif" width="'+winWidth+'" height="'+winHeight+'"></a>');
	  write('</td></tr></table></div>');
	  write('</BODY></HTML>');
	  close();
	}
}
// End -->
