/*var layoutPhotowrap=new PhotoImageViewerWrap();

var mlayoutPhoto=new layoutPhotowrap.PhotoImageViewer({
                                                        target:parent,
                                                        cssurl:"",
                                                        ndsurl:"",
                                                        popupurl : "http://sksportsfront.prfilm.co.kr/Common/HTML"
                                                      });
*/
function popview(imgObj){

	var url = "";
    if(typeof imgObj == 'string'){
    	url = imgObj;
    }else if(typeof imgObj == 'object' && imgObj.parentNode != "undefined" && imgObj.src != "undefined"){
        if(imgObj.parentNode.tagName == 'A'){
        	return;
        }else{
          url = imgObj.src;
        }
    }
    window.open("/Common/HTML/ImageView.html?url=" + url,"mainview","scrollbars=no,width=10,height=100");
    //mlayoutPhoto.doPlayer([url], 0);
	//window.open("/main/imageZoom.jsp?url=" + url,"mainview","scrollbars=yes,width=100,height=100");
}
