<!-- This script enables "allow the certificate" alerts for upload page.-->
var msg1="To upload files, you will need to approve the applet signed by Reed Photo Imaging that will appear in the next window.";
function go_lightjet()
{
 var where_to= confirm(msg1);
 if (where_to== true)
 {
 window.open("http://reedphoto.com/upload/uploadlightjet.html","","width=auto,height=auto,scrollbars=yes,resizable=yes,status=yes,toolbar=yes,menubar=yes,");
 }
 else
 {
  window.history(-1);
  }
}

function go_frontier()
{
 var where_to= confirm(msg1);
 if (where_to== true)
 {  
window.open("http://reedphoto.com/upload/uploadfrontier.html","","width=auto,height=auto,scrollbars=yes,resizable=yes,status=yes,toolbar=yes,menubar=yes,");
 }
 else
 {
  window.history(-1);
  }
}

function go_giclee()
{
 var where_to=  confirm(msg1);
 if (where_to== true)
 {
  window.open("http://reedphoto.com/upload/uploadgiclee.html","","width=auto,height=auto,scrollbars=yes,resizable=yes,status=yes,toolbar=yes,menubar=yes,");
 }
 else
 {
  window.history(-1);
  }
}
function go_filmrecorder()
{
 var where_to=  confirm(msg1);
 if (where_to== true)
 {
  window.open("http://reedphoto.com/upload/uploadslides.html","","width=auto,height=auto,scrollbars=yes,resizable=yes,status=yes,toolbar=yes,menubar=yes,");
 }
 else
 {
  window.history(-1);
 }
}
function go_fourcolor()
{
 var where_to=  confirm(msg1);
 if (where_to== true)
 {    
  window.open("http://reedphoto.com/upload/uploadindigo.html","","width=auto,height=auto,scrollbars=yes,resizable=yes,status=yes,toolbar=yes,menubar=yes,");
 }
 else
 {
  window.history(-1);
  }
}
function go_studiomaster()
{
 var where_to=  confirm(msg1);
 if (where_to== true)
 {
  window.open("http://reedphoto.com/upload/uploadsmp.html","","width=auto,height=auto,scrollbars=yes,resizable=yes,status=yes,toolbar=yes,menubar=yes,");
 }
 else
 {
  window.history(-1);
  }
}

function go_oldupload()
{
  window.open("http://reedphoto.com/uploadframe.html","","width=auto,height=auto,scrollbars=yes,resizable=yes,status=yes,toolbar=yes,menubar=yes,");
}
//End of alert box script-->
