function openPDF(a_id, v_id, ip) {
  //location.href = 'http://reports.rigzone.com/ReportServer?%2fRigzone%2fRZNewsArticle&rs%3aCommand=Render&rs%3aFormat=PDF&paramArticle_ID=' + a_id + '&paramAver=' + v_id + '&paramIP=' + ip;
  //location.href = 'http://10.1.160.110/PDFGen_ArticlePFriendly.asp?a_id=' + a_id + '&v_id=' + v_id + '&u_ip=' + ip;
  location.href = 'http://www.rigzone.com/PDFGen_ArticlePFriendly.asp?a_id=' + a_id + '&v_id=' + v_id + '&u_ip=' + ip;
}

function popUp(imageName,winWidth,winHeight) {
	var picWin;
	picWin = window.open('/news/article_pic.asp?imagename=' + imageName,'winPic','width=' + winWidth + ',height=' + winHeight + ',scrollbars,resizable');
}

function popUpDiv(imageName,imageWidth,imageHeight) {
	if ( document.getElementById('divArtImg') ) {
	}
}

function hideDiv() {
	if ( document.getElementById('divArtImg') ) {
	}
}
