


<!-- hide this script from non-javascript-enabled browsers

document.write (' <a href="javascript:void(0)" onClick="openSendWindow()"> GN-SERIES  </a><br>')
document.write (' <a href="javascript:void(0)" onClick="openSendWindow1()"> EC-SERIES </a><br>')
document.write (' <a href="javascript:void(0)" onClick="openSendWindow2()"> ONLINE PF CORRECTION </a><br>')

function openSendWindow()
{
thisLoc = window.location;
SendLoc= "gnseries.html?url=";

window.open(SendLoc + thisLoc,'sendtoafriend','width=570,height=600,scrollbars=1');
}

function openSendWindow1()
{
thisLoc = window.location;
SendLoc= "eseries.html?url=";

window.open(SendLoc + thisLoc,'sendtoafriend','width=570,height=600,scrollbars=1');
}

function openSendWindow2()
{
thisLoc = window.location;
SendLoc= "onlinePFC.html?url=";

window.open(SendLoc + thisLoc,'sendtoafriend','width=570,height=600,scrollbars=1');
}


// stop hiding -->
