function open_window(uRL) {
	var window_height = 50, window_width = 300;
	var win = window.open(uRL, "window","toolbar=no, width="+window_width+", height="+window_height+" ,status=no, scrollbars=no, resizable=no, menubar=no");
}

function ld(theurl) {
	document.getElementById("url").href = theurl;
	document.getElementById("url").click();
}

function hghlght(imgid){
	document.getElementById(imgid).src = "img/arrow_on.gif";
}

function dm(imgid){
	document.getElementById(imgid).src = "img/arrow.gif";
}

function hghlghtl(imgid){
	document.getElementById(imgid).src = "img/arrow_left_on.gif";
}

function dml(imgid){
	document.getElementById(imgid).src = "img/arrow_left.gif";
}

function hghlghte(imgid){
	document.getElementById(imgid).src = "img/excl_on.gif";
}

function dme(imgid){
	document.getElementById(imgid).src = "img/excl.gif";
}

function setFormHeight(){}


function showimage(){
	setFlashBlock('thumbs', '910px', '690px');
}

function hideimage(){
	setFlashBlock('thumbs', '910px', '260px');
}

function setFlashBlock(flashid, flashwidth, flashheight){
	document.getElementById(flashid).style.width = flashwidth;
	document.getElementById(flashid).style.height = flashheight;
}