function openNewWindow( fileName, windowName, theWidth, theHeight ) {
	newWindow = window.open( "", windowName, "toolbar = 0, location = 0, directories = 0, status = 0, menubar = 0, scrollbars = 0, resizable = 1, width = " + theWidth + ", height = " + theHeight );
	newWindow.document.write(  "<HTML>"
	                         + "<HEAD><TITLE>Autotrader.com.mx</TITLE></HEAD>"
	                         + "<BODY BGCOLOR='#F6F6E9'>"
	                         + "<TABLE ALIGN='CENTER' VALIGN='CENTER' BORDER='0'>"
	                         + "<TR><TD BGCOLOR='#000000'>"
	                         + "<IMG WIDTH='400' SRC='" + fileName + "' BORDER='0'>"
	                         + "</TD></TR></TABLE>"
	                         + "</BODY></HTML>" );
	newWindow.document.close();
	newWindow.resizeTo( theWidth, theHeight );
}

function dealerSitePopup( pDealerURL ) {
	newWindow = window.open( pDealerURL, "DealerSite", "toolbar = 1, location = 0, directories = 0, status = 1, menubar = 0, scrollbars = 1, resizable = 1, width = 700, height = 500, top = 50, left = 50" );
	newWindow.resizeTo( 800, 600 );
}

function addClipPopup( pURL ) {
	newWindow = window.open( pURL, "AddToClipboard", "toolbar = 0, location = 0, directories = 0, status = 0, menubar = 0, scrollbars = 0, resizable = 0, width = 400, height = 600, top = 50, left = 50" );
	newWindow.resizeTo( 400, 400 );
}

function viewDetailPopup( pURL ) {
	newWindow = window.open( pURL, "ViewDetail", "toolbar = 0, location = 0, directories = 0, status = 0, menubar = 1, scrollbars = 1, resizable = 1, top = 50, left = 50" );
	newWindow.resizeTo( 800, 600 );
}

function viewRealtorPopup( pURL ) {
	newWindow = window.open( pURL, "ViewDetail", "toolbar = 0, location = 0, directories = 0, status = 0, menubar = 1, scrollbars = 1, resizable = 1, top = 50, left = 50" );
	newWindow.resizeTo( 800, 600 );
}

function viewMultiPhotoPopup( pURL ) {
	newWindow = window.open( pURL, "ViewMultiPhoto", "toolbar = 0, location = 0, directories = 0, status = 0, menubar = 0, scrollbars = 1, resizable = 1, width = 420, height = 500, top = 50, left = 50" );
	newWindow.resizeTo( 454, 600 );
}

function JSEmailSeller( pURL ) {
	newWindow = window.open( pURL, "EmailSeller", "toolbar = 0, location = 0, directories = 0, status = 0, menubar = 0, scrollbars = 0, resizable = 0, width = 50, height = 50, top = 50, left = 50" );
	newWindow.resizeTo( 500, 500 );
}

function carfaxPopup( pCarfaxURL ) {
	newWindow = window.open( pCarfaxURL, "Carfax", "toolbar = 1, location = 1, directories = 0, status = 1, menubar = 0, scrollbars = 1, resizable = 1, width = 775, height = 700, top = 25, left = 25" );
	newWindow.resizeTo( 775, 700 );
}

function mapPopup( pURL ) {
	newWindow = window.open( pURL, 'MapPopup', 'toolbar = 0, location = 0, directories = 0, status = 0, menubar = 0, scrollbars = 1, resizable = 1, top = 50, left = 50' );
	newWindow.resizeTo( 800, 600 );
	return false;
}
