function ShowPic(id)
{
		Form1.CommandValue.value = id;
		DoPostBack("Delete");
}

function wopen(url)
{	
	var status;
	var returnValues;
	
	status = "scrollbars:0;resizable:0;status:0;help:0;dialogWidth:450px;dialogHeight:420px";
	returnValues = window.showModalDialog(url,window,status);
}
