var winpopup = null;

function popupwin(stub, pic, title, copyr) {
  if(winpopup){
  		winpopup.close();
	}
  winpopup = window.open('','popup','dependent, height=283, width=320, menubar=no, scrollbars=no, status=no, toolbar=no, left=20, top=20, screenx=20, screeny=20'); 
  winpopup.document.open();
  winpopup.document.write('<html><head><title>' + title + '</title></head>');
  winpopup.document.write('<body text="#ffffff" link="#cccc33" text-decoration="none" TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" bgcolor="#000000" onLoad="window.focus()">');
  winpopup.document.write('<embed src="' + '/media/videos/' + stub + '/' + pic + '.mov" WIDTH=320 HEIGHT=256 AUTOPLAY=true CONTROLLER=true LOOP=false pluginspage="http://www.apple.com/quicktime/download/"></embed><br>');
  winpopup.document.write('<font face="verdana,arial,helvetica,sans-serif" size=1>' + title + '</font><br>');
  winpopup.document.write('<font face="verdana,arial,helvetica,sans-serif" size=1><A HREF="http://primco.org/copyright.html">' + copyr + '</a></font><br></body></html>');
  winpopup.document.close();
}


function pop160L(stub, pic, title, copyr) {
  if(winpopup){
  		winpopup.close();
	}
  winpopup = window.open('','popup','dependent, height=283, width=320, menubar=no, scrollbars=no, status=no, toolbar=no, left=20, top=20, screenx=20, screeny=20'); 
  winpopup.document.open();
  winpopup.document.write('<html><head><title>' + title + '</title></head>');
  winpopup.document.write('<body text="#ffffff" link="#cccc33" text-decoration="none" TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" bgcolor="#000000" onLoad="window.focus()">');
  winpopup.document.write('<embed src="' + '/media/videos/' + stub + '/' + pic + '.mov" WIDTH=320 HEIGHT=256 AUTOPLAY=true CONTROLLER=true LOOP=false pluginspage="http://www.apple.com/quicktime/download/"></embed><br>');
  winpopup.document.write('<font face="verdana,arial,helvetica,sans-serif" size=1>' + title + '</font><br>');
  winpopup.document.write('<font face="verdana,arial,helvetica,sans-serif" size=1><A HREF="http://primco.org/copyright.html">' + copyr + '</a></font><br></body></html>');
  winpopup.document.close();
}

function pop240L(stub, pic, title, copyr) {
  if(winpopup){
  		winpopup.close();
	}
  winpopup = window.open('','popup','dependent, height=403, width=480, menubar=no, scrollbars=no, status=no, toolbar=no, left=20, top=20, screenx=20, screeny=20'); 
  winpopup.document.open();
  winpopup.document.write('<html><head><title>' + title + '</title></head>');
  winpopup.document.write('<body text="#ffffff" link="#cccc33" text-decoration="none" TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" bgcolor="#000000" onUnload="window.close()" onLoad="window.focus()">');
  winpopup.document.write('<embed src="' + '/media/videos/' + stub + '/' + pic + '.mov" width=480 height=376 AUTOPLAY=true CONTROLLER=true LOOP=false pluginspage="http://www.apple.com/quicktime/download/"></embed><br>');
  winpopup.document.write('<font face="verdana,arial,helvetica,sans-serif" size=1>' + title + '</font><br>');
  winpopup.document.write('<font face="verdana,arial,helvetica,sans-serif" size=1><A HREF="http://primco.org/copyright.html">' + copyr + '</a></font><br></body></html>');
  winpopup.document.close();
}


function pop240P(stub, pic, title, copyr) {
  if(winpopup){
  		winpopup.close();
	}
  winpopup = window.open('','popup','dependent, width=360, height=523, menubar=no, scrollbars=no, status=no, toolbar=no, left=20, top=20, screenx=20, screeny=20'); 
  winpopup.document.open();
  winpopup.document.write('<html><head><title>' + title + '</title></head>');
  winpopup.document.write('<body text="#ffffff" link="#cccc33" text-decoration="none" TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" bgcolor="#000000" onLoad="window.focus()">');
  winpopup.document.write('<embed src="' + '/media/videos/' + stub + '/' + pic + '.mov" width=360 height=496 AUTOPLAY=true CONTROLLER=true LOOP=false pluginspage="http://www.apple.com/quicktime/download/"></embed><br>');
  winpopup.document.write('<font face="verdana,arial,helvetica,sans-serif" size=1>' + title + '</font><br>');
  winpopup.document.write('<font face="verdana,arial,helvetica,sans-serif" size=1><A HREF="http://primco.org/copyright.html">' + copyr + '</a></font><br></body></html>');
  winpopup.document.close();
}



function eradic8() {
  if (winpopup != null && winpopup.open) winpopup.close();
} 

