
function popwindow(popsrc,stuff) {
	videoWindow = window.open(popsrc, 'Popups', stuff)
}

function get_quotes_onclick() {
	document.get_quotes.submit();
} 

function get_quickquotes_onclick() {
	document.get_quickquotes.submit();
} 


