// JavaScript Document
function offers(){
	window.open('price-offers-window.shtml','offers','scrollbars=no,width=790px,height=350px,screenX=50,screenY=50,top=50,left=50,resizable=yes');
}