// JavaScript Document
// File Name: openwindow.js
// Version: 1.0.0 (2008-05-28)
// Author: Ari Rizos
// Description: opens a pop up window



function openNewWindowSpecials()
{
	newWindow=window.open("emailsubscribe/index.html", "contact", "height=400, width=540, scrollbars=yes, resizable=yes");
}