// JavaScript Document

<!--
function Popup() {
window.open( "thanks.htm", "myWindow",
"status = 1, height = 300, width = 415, resizable = 0, left = 300, top = 300" )
}

function Popup2() {
window.open( "thanks_for_order.htm", "myWindow",
"status = 1, height = 325, width = 415, resizable = 0, left = 300, top = 300" )
}
//-->
