
<!--
// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
var str ;
var file_p;
var x;
var z;

str = document.URL;
email = "email_Friend.asp?currentURL=" + document.URL 
currentURL = document.URL
x = str.lastIndexOf("0602/");
x = x + 5; // start position of asp file name
y = str.length;
z = y - x; // length of asp file name
file_p = str.substr(x,z);
dot = file_p.indexOf(".");
file_p = file_p.substr(0, dot); 
file_p = file_p.concat("_p.asp");
//-->