function rtpOpenWindow(){

var windowLocation = 'http://www.amdsurveys.com/se.ashx?s=5A1E27D27459CBF1';
var windowWidth = 630;
var windowHeight = 600;

var screenWidth=screen.width;
var screenHeight=screen.height;
var currentURL=encodeURI(escape(window.location.href));
currentURL = currentURL.replace("%253A",":");

window.open(windowLocation + '&refurl='+currentURL,'survey','width='+windowWidth+',height='+windowHeight+',screenX='+((screenWidth-630)/2)+',screenY='+((screenHeight-600)/2)+',top='+((screenHeight-600)/2)+',left='+((screenWidth-630)/2)+',resizable=yes,copyhistory=yes,scrollbars=no')

}; 

function rtpPrint(inputVar){
document.write(inputVar);
}

