var popup = new Object();
function showpic(pic, height, width){
	popup.imagepath = pic;
	popup.desc='';
	args = "dialogHeight: " + height + "px; dialogWidth: " + width + "px; edge: Raised; center: Yes; help: No; resizable: Yes; status: no;scroll: yes;"
	window.showModalDialog("ItemPopup.Aspx",popup,args);
}

function showpicEx2(pic, desc){
	//alert(document.getElementById('newpage'));
	document.getElementById('newpage').value="ViewX.aspx?p1=pic"
	//alert(document.getElementById('newpage').value);
	//document.forms[0].submit();
}

function showpicEx1(pic, height, width, desc){
	popup.imagepath = pic;
	popup.desc = desc;
	args = "dialogHeight: " + height + "px; dialogWidth: " + width + "px; edge: Raised; center: Yes; help: No; resizable: Yes; status: no;scroll: yes;"
	window.showModalDialog("ItemPopup.Aspx",popup,args);
}

function imagein(ctl){
	ctl.className='imagein';
	 
}

function doSubmit(){
	document.forms[0].submit();
}
function imageout(ctl){
	ctl.className='imageout';
}
function imageoutnew(ctl){
	ctl.className='imageoutnew';
}