	
function OrderStatus() {
var NewPop = new Object();
NewPop=window.open("custom/order-status.php","tellafriend","HEIGHT=185,WIDTH=315,scrollbars=yes,resizable=yes,top=5,left=5");
NewPop.window.focus();
}

function RMARequest() {
var NewPopup = new Object();
NewPopup=window.open("custom/RMA-request.php","tellafriend","HEIGHT=630,WIDTH=600,scrollbars=yes,resizable=yes,top=0,left=5");
NewPopup.window.focus();
}

