﻿// JScript File
// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header
// NS4-6,IE4-6
// Fade effect only in IE; degrades gracefully


function open_window(ChamberName, BGColor, FontColor)	
{
						
	strChamberName = ChamberName
	strBGColor = BGColor
	strFontColor = FontColor
	window.open("http://portal.lawtonprinting.com/advertisingInfoRequest/advertisingInfoRequest.asp?chamberName=" + strChamberName + "&BGcolor=" + strBGColor + "&fontColor=" + strFontColor  , "_blank", "scrollbars=no, resizable=no, width=450, height=450")
							
}




