<!--
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original:  William Rozell Jr (elranzer@nospam.com ) -->
<!-- Web Site:  http://www.elranzer.com -->
<!-- Begin hide e-mail address from spam bots

var user;
var domain;
var suffix;

function jemail(user, domain, suffix){

document.write('<a href="' + 'mailto:' + user + '@' + domain + '.' + suffix + '">' + user + '@' + domain + '.' + suffix + '</a>');

}
// This function opens a new browser window of an existing html
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
// This function closes the browser window just opened
function MM_closeBrWindow(theURL,winName) { //v2.0
  window.close(theURL);
}
// This script opens a new browser window and writes
// HTML to display an image with a title and e-mail address
function doNothing(){} 
function show_photo(pFileName, pTitle) {

// specify window parameters
  photoWin = window.open("", "photo", "width=660,height=600,status,scrollbars,resizable,screenX=10,screenY=10,left=10,top=10");

// write content to window  Cannot use punctuation in titles
  photoWin.document.write('<html><head><title>' + pTitle + '</title></head>');	
  photoWin.document.write('<body background="../images/background.gif" text=#8C3929 link=#996666 vlink=#8C3929 alink=#CC6666>');
  photoWin.document.write('<br clear="left">');
  photoWin.document.write('<center>');
  photoWin.document.write('<img src="' + pFileName + '"><p>');
  photoWin.document.write('<font face="verdana,arial,helvetica">');	  
  photoWin.document.write( '"<strong>' + pTitle + '</strong>"<br>');
  photoWin.document.write('<font size=2><a href="mailto:info@roycegalleries.com?subject='+ pTitle+'">E-mail us for more information about this piece</a><br>');
  photoWin.document.write('<font face="verdana,arial,helvetica">');	  
  photoWin.document.write('303-333-1722</font><br>');
  photoWin.document.write('</p></font></center></body></html>');
  photoWin.document.close();	
	
// If we are on NetScape, we can bring the window to the front
	if (navigator.appName.substring(0,8) == "Netscape") photoWin.focus();
}



// This script opens a new browser window and writes
// HTML to display an image with a title and e-mail address

function show_photo_price(pFileName, pTitle, pPrice) {

// specify window parameters
  photoWinPrice = window.open("", "photo", "width=660,height=600,status,scrollbars,resizable,screenX=10,screenY=10,left=10,top=10");

// write content to window  Cannot use punctuation in titles
  photoWinPrice.document.write('<html><head><title>' + pTitle + '</title></head>');	
  photoWinPrice.document.write('<body background="../images/background.gif" text=#8C3929 link=#996666 vlink=#8C3929 alink=#CC6666>');
  photoWinPrice.document.write('<br clear="left">');
  photoWinPrice.document.write('<center>');
  photoWinPrice.document.write('<img src="' + pFileName + '"><p>');
  photoWinPrice.document.write('<font face="verdana,arial,helvetica">');	  
  photoWinPrice.document.write( '"<strong>' + pTitle + '</strong>"<br>');
  photoWinPrice.document.write('<font size=2><a href="mailto:info@roycegalleries.com?subject='+ pTitle+'">E-mail us for more information about this piece</a><br>');
  photoWinPrice.document.write('<font face="verdana,arial,helvetica">');	  
  photoWinPrice.document.write('303-333-1722</font><br>');
  photoWinPrice.document.write('<font face="verdana,arial,helvetica"><a href="Price'+ pPrice+'.asp" target="_blank">Check size and pricing information</a><br>');
  photoWinPrice.document.write('</p></font></center></body></html>');
  photoWinPrice.document.close();	
	
// If we are on NetScape, we can bring the window to the front
	if (navigator.appName.substring(0,8) == "Netscape") photoWinPrice.focus();
}

// done hiding from old browsers -->
//-->