

function RTEpopup(url) {
	TourWindow = window.open(url, '_blank', 'width=545,height=450,menubar=no,resizable=yes,scrollbars=no,toolbar=no,titlebar=no,left=220,top=100')	
}

function UpdateMedia(url) {
	TourWindow = window.open(url, '_blank', 'width=600,height=600,menubar=no,resizable=yes,scrollbars=yes,toolbar=no,titlebar=no,left=220,top=80')	
}



function tour(url) {
	TourWindow = window.open(url, '_blank', 'width=775,height=800,location=no,menubar=no,resizable=yes,scrollbars=yes,toolbar=no,titlebar=yes,left=0,top=0')	
}



function horizontal(url) {
	TourWindow = window.open(url, '_blank', 'width=502,height=556,scrollbars=no,resizable=yes,left=300,top=100,screenX=300,screenY=250')	
}


function Tile(url) {
	TourWindow = window.open(url, '_blank', 'width=420,height=345,scrollbars=no,resizable=yes,left=300,top=100,screenX=300,screenY=250')	
}





function vertical(url) {
	TourWindow = window.open(url, '_blank', 'width=250,height=425,scrollbars=no,resizable=yes,left=300,top=100,screenX=300,screenY=200')	
}


function vertical_1(url) {
	TourWindow = window.open(url, '_blank', 'width=280,height=470,scrollbars=no,resizable=yes,left=300,top=100,screenX=300,screenY=200')	
}


function vertical_2(url) {
	TourWindow = window.open(url, '_blank', 'width=280,height=425,scrollbars=no,resizable=yes,left=300,top=100,screenX=300,screenY=200')	
}


function vertical_3(url) {
	TourWindow = window.open(url, '_blank', 'width=280,height=475,scrollbars=no,resizable=yes,left=300,top=100,screenX=300,screenY=200')	
}