// JavaScript Document - popIt.js - Jan.02.2008 - Wayne J. Froese for Valdor Technology International Inc.
<!--
function popRelease(yr,seq){
	$yr = yr;
	$seq = seq;
	if ($seq < 7) {
		$sign = "rond2";
	} else {
		$sign = "rond3";
	}
	
	lpos = (screen.width) ? (screen.width-790)/2 : 10;
	
	if ($yr == 9) {
		var oWin = window.open('http://www.valdor.com/media/releases/2009/December-16-2009-Corporate-Update.pdf','',config='width=900,height=700,left=' +lpos+ ',top=20,toolbar=no,scrollbars=yes,resizable=no'); 
	} else {
	var oWin = window.open('http://www.valdor.com/media/releases/valdor-news-release.php?year=' +$yr+ '&seq=' +$seq+ '&sign=' +$sign,'',config='width=800,height=700,left=' +lpos+ ',top=20,toolbar=no,scrollbars=yes,resizable=no'); 
	}
/*
	if($chc == 0) {
		var oWin = window.open('Artillery-MnDrill-Apr.2008.html','',config='width=920,height=700,left=' +lpos+ ',top=20,toolbar=no,scrollbars=yes,resizable=no'); 
	} else if ($chc == 1) {
		var oWin = window.open('http://www.silverloupe.com/2008rocherdeboule.php','',config='width=920,height=700,left=' +lpos+ ',top=20,toolbar=yes,scrollbars=yes,resizable=no'); 
	} else if ($chc == 2) {
		var oWin = window.open('http://www.321gold.com/editorials/moriarty/moriarty041508.html','',config='width=920,height=700,left=' +lpos+ ',top=20,toolbar=yes,scrollbars=yes,resizable=no'); 
	} else if ($chc == 3) {
		var oWin = window.open('gallery-RD-artillery-1.php?photos=20&folder=1','',config='width=980,height=700,left=' +lpos+ ',top=20,toolbar=no,scrollbars=no,resizable=no'); 
	} else if ($chc == 4) {
		var oWin = window.open('http://www.metalsnews.com/featured.aspx?ArticleID=43373','',config='width=920,height=700,left=' +lpos+ ',top=20,toolbar=yes,scrollbars=yes,resizable=no'); 
	} else if ($chc == 5) {
		var oWin = window.open('MagMine-popup.html','',config='width=960,height=550,left=' +lpos+ ',top=20,toolbar=no,scrollbars=no,resizable=no'); 
	} else if ($chc == 6) {
		var oWin = window.open('http://www.reacompanies.com/list/index.php','',config='width=1130,height=720,left=0,top=0,toolbar=yes,scrollbars=yes,resizable=yes'); 
	} */
	if (oWin==null || typeof(oWin)=="undefined"){
	alert("Please disable your POPUP Blocker Software, and then re-select the LINK button.");
	} 
  return true; 
}
-->