function bigpic_win(url,name,features)
{
	popupwindow = window.open(url,name,features);
}
